debug
Logs a DEBUG
message.
Parameters
message
the message to log
Logs a DEBUG
message with the given exception.
Parameters
message
the message to log
exception
the Throwable
associated with the log message
Logs a lazily constructed DEBUG
message.
Parameters
msg Supplier
a function, which when called, produces the desired log message
Logs a DEBUG
message with the given arguments.
Parameters
message
the message to log
arguments
the array of arguments to the message
Logs an ERROR
message with a given lazy calculated parameter.
Parameters
message
the message to log
parameter Supplier
a function, which when called, produces the desired log message parameter